home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 002a / atomtet.zip / README.OK < prev    next >
Text File  |  1991-05-17  |  10KB  |  202 lines

  1.  
  2.                            Atomic Tetris  V1.1
  3.  
  4.                             Graphics and Code
  5.                                    by
  6.                               Jared Tarbell
  7.  
  8.  
  9.      Great, glad to see you have good taste....just kidding.  Well, this
  10. is it, Atomic Tetris Version 1.1.  I got the idea for the game after
  11. finishing two previous ones, Defrec and VGATetris.  I found that I liked
  12. the simple concept of Tetris and I also found that I liked the idea of
  13. battling your friend, like in Defrec.  I decided to try to combine
  14. the two and Atomic Tetris is the result...
  15.      I started the game a few days before my birthday, May 1.  After
  16. occasionally working on it, I completed the bug-free (Yeah, right...)
  17. finished product on April 19, 1991.  I used Turbo Pascal V5.0 and an IBM
  18. 286 clone, oh yeah, and my excuse for a brain...he he he.  Anyway, I hope
  19. you enjoy it.
  20.  
  21.                            Basic Objectives
  22.  
  23.      Atomic Tetris uses the same rules and principles as does the original
  24. version of Tetris.  You know...you drop pieces, try to complete lines, don't
  25. let it pile up type of thing.  I'm going to assume you already know how to
  26. play Tetris...if you don't, you might want to get ahold of VGATetris.  It's
  27. a simple version of Tetris which will explain to you how to play.
  28.      Atomic Tetris has a twist however.  It's a two player Tetris game were
  29. each player tries to destroy the other.  A person wins the game by surviving
  30. longer than his/her opponent.  That is, that your opponent piles up his/her
  31. screen before you do.  Simple mistakes on your opponent's part, or strategic
  32. moves on your part can win you the game.
  33.  
  34.                               The Screen
  35.  
  36.          _________________   ____________   _________________
  37.         (                 ) ( Title  Box ) (                 )
  38.         (    Player 1     ) (____________) (    Player 2     )
  39.         (                 )  ____________  (                 )
  40.         (   Play  Area    ) (  Info Box  ) (   Play  Area    )
  41.         (                 ) (____________) (                 )
  42.         (                 )  ____________  (                 )
  43.         (                 ) (  Line Box  ) (                 )
  44.         (                 ) (____________) (                 )
  45.         (_________________)  ____________  (_________________)
  46.         (  Player 1 Next  ) ( Timer  Box ) (  Player 2 Next  )
  47.         (_________________) (____________) (_________________)
  48.  
  49.   Play Areas - The part of the screen in which you will pile and arrange
  50.                your blocks.  They have the same dimensions as the normal
  51.                Tetris playing area...10x20 blocks.
  52.  
  53.   Title Box  - Just a little icon that says Atomic Tetris...in case you
  54.                forget.
  55.  
  56.   Info Box   - The Info Box displays information concerning the Specials
  57.                that appear on the screen occasionally.  See "Specials"
  58.                for a more complete discription.
  59.  
  60.   Line Box   - Shows each player how many lines have been completed by
  61.                himself/herself.  Player 1's lines are on the left, while
  62.                Player 2's lines are on the right.  What a concept....
  63.  
  64.   Timer Box  - The Timer Box has two bar timers, one on the left and one
  65.                on the right.  The timer bars indicate how much time is
  66.                left for certain Specials gotten by the player.  Again,
  67.                see "Specials" for a description.
  68.  
  69.   Next Boxes - The Next Boxes indicate to the player what type of block is
  70.                next to appear.  The left box is for the player on the left
  71.                and the right box is for the player on the right.  (Sorry, I
  72.                know these directions are insulting, but it just might
  73.                confuse some.)
  74.  
  75.                             Keyboard Commands
  76.  
  77.      The keyboard commands are setup for the standard QWERTY keyboard.
  78. Below are the commands for both players:
  79.  
  80.                   Player 1                        Player 2
  81.                ___    ___    ___                ___    ___    ___
  82.               ( R )  ( T )  ( Y )              ( 4 )  ( 5 )  ( 6 )
  83.               (___)  (___)  (___)              (___)  (___)  (___)
  84.               Move   Turn    Move              Move   Turn    Move
  85.        ___    Left    ___   Right       _____  Left    ___   Right
  86.       ( 1 )          ( G )             (  |  )        ( 2 )
  87.       (___)          (___)             (__\__)        (___)
  88.       Quick          Drop               Quick         Drop
  89.       Drop         One Space            Drop        One Space
  90.  
  91.                                      (On the Numeric Pad - NUMLOCK must be on)
  92.  
  93.  
  94.                                 Specials
  95.  
  96.      At random times during the game, small white blocks with red and blue
  97. letters will appear on the playing screens.  These white blocks are called
  98. Specials and help you defeat your opponent.  To use the Specials, you must
  99. delete the line that the Special is located in.  For example, if the next
  100. to last line of your screen contains a hole and a Special, when you fill that
  101. hole and delete the line, the Special will be enacted.  There are 13 different
  102. specials...(Future version to have many more)...each doing their own unique
  103. function.  Only one special can be on the screen at a time and Specials will
  104. vanish if not gotten in a certain amount of time.  Below is a list of all
  105. specials and what they do:
  106.  
  107.   (C) Clear Screen - Getting this special will clear your playing area, giving
  108.                      you a fresh start.
  109.  
  110. ({) Switch Screens - This Special will switch your screen with your
  111.                      opponent's.  Be careful not to get this when your friend's
  112.                      screen is worse than yours...
  113.  
  114.     (R) Randomizer - The Randomizer will delete all blocks on your opponent's
  115.                      side and will put several randomly located blocks in it's
  116.                      place.  This Special makes it very difficulty for your
  117.                      opponent.
  118.  
  119.   ([]) Brick Layer - The Brick Layer Special will slow your opponent down
  120.                      greatly.  Upon enacting, his/her screen will be cleared
  121.                      and it's place will form a mountain of lines, each
  122.                      missing just one block.
  123.  
  124.          (X) Chaos - Getting the Special will confuse and frustrate your
  125.                      opponent.  It shuffles up his holes and blocks for a
  126.                      short period of time, and slows him down tremendously.
  127.  
  128.          (*) Idiot - The idiot, although simple, is very effective.  Upon
  129.                      getting it, your opponent's controls will be reversed.
  130.                      Left is right, right is left...he he he.  This confused
  131.                      state will remain until your friend gets the Antedote
  132.                      Special.
  133.  
  134.        ([]) Dotter - The Dotter is similar to the Idiot in that it stays
  135.                      in effect until the player gets an Antedote Special.
  136.                      It changes all blocks on his/her screen to small dots,
  137.                      making it hard to preceive where holes and blocks
  138.                      actually are.
  139.  
  140.       (A) Antedote - The Antedote Special only appears when needed and cures
  141.                      the Idiot and/or Dotter.
  142.  
  143.      (/) Staircase - The Staircase Special creates a "staircase" of blocks
  144.                      and holes on you opponent's screen.  It makes it very
  145.                      difficult for your friend to bring his/her screen back
  146.                      down to the bottom.
  147.  
  148.       (<) Speed Up - This Special speeds up the drop speed of your opponent's
  149.                      pieces significantly and permanently.  Added speed makes
  150.                      it difficult to play effectively.
  151.  
  152.      (O) Slow Down - The Slow Down Special is similar to the Speed Up except
  153.                      it slows down your drop speed.  This can be very
  154.                      useful if your game has lasted a long time, or if your
  155.                      opponent has gotten a few Speed Ups.
  156.  
  157.        (D) Donator - This Special is the most effective in destroying your
  158.                      opponent.  After getting this Special, every line that
  159.                      you delete will be added to your opponent's screen.
  160.                      This Special does only last for a certain time, however,
  161.                      and is shown by the timer in the Timer Box.
  162.  
  163.       (N) ???????? - ?
  164.  
  165.                               Other Stuff
  166.  
  167.      One unique feature of Atomic Tetris is that upon completing a Tetris,
  168. (Getting four lines at a time) two lines are added to the highest point
  169. on your opponents screen.  This can often be used to "block off" certain
  170. Specials that your friend may be tring to get or sometimes it can be used
  171. to finish him/her off for good.
  172.      Also, when the Switch Screen Special is gotten, Specials are also
  173. switched which sometimes alows you to have two specials at a time.  Even
  174. though both are on your screen, only one can be gotten at a time...sorry.
  175.  
  176.                            The Grand Finale
  177.  
  178.     Well, I hope I explained it well enough...probably not.  I hate this
  179. part...oh well.  Please enjoy this game and give it to whoever you wish.
  180. But please...please....please...leave it in it's original form and with this
  181. file.  Thank you so much.
  182.     I love to hear from anyone who has comments about any of the games I
  183. have made.  Good, bad, insane...it doesn't matter.  You can write to me at:
  184.  
  185.         Jared "Yoda" Tarbell
  186.         3825 Inca NE
  187.         Albuquerque, NM  87111
  188.  
  189.          Or you can leave E-Mail on anyone of these local BBS...
  190.  
  191.     The Lair of the Beast (Alb, NM) 505-822-0085   -  User # 65  (Yoda)
  192.  
  193.       The Glitter Gulch BBS (Alb, NM) 505-281-4725 - User (Jared Tarbell)
  194.  
  195.           Mad Max Imagebase (Alb, NM) 505-877-8354 - User (Jared Tarbell)
  196.  
  197.  
  198.                                   Thank you much....Yoda
  199.  
  200.  
  201.  
  202.